home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / VALIDATE.RC < prev    next >
Text File  |  1997-05-06  |  826b  |  27 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.2  $
  6. //
  7. // Resources to use with TValidator & derived classes
  8. //----------------------------------------------------------------------------
  9.  
  10. #include <owl/validate.rh>
  11.  
  12. #if defined(RC_INVOKED)
  13.  
  14. #if !defined(NO_IDS_VALIDATOR) && !defined(__IDS_VALIDATOR)
  15. #define __IDS_VALIDATOR
  16. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  17. {
  18.   IDS_VALPXPCONFORM      "Input does not conform to picture:\n""%s"""
  19.   IDS_VALINVALIDCHAR     "Invalid character in input"
  20.   IDS_VALNOTINRANGE      "Value is not in the range %ld to %ld."
  21.   IDS_VALNOTINLIST       "Input is not in valid-list"
  22. }
  23. #endif
  24. #undef NO_IDS_VALIDATOR
  25.  
  26. #endif
  27.